Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
462 changes: 0 additions & 462 deletions algorithms/qaoa/knapsack/qaoa_knapsack.ipynb

This file was deleted.

7 changes: 0 additions & 7 deletions algorithms/qaoa/knapsack/qaoa_knapsack.metadata.json

This file was deleted.

792 changes: 0 additions & 792 deletions algorithms/qaoa/maxcut/qaoa_max_cut.ipynb

This file was deleted.

1,189 changes: 1,189 additions & 0 deletions algorithms/qaoa/qaoa.ipynb

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,32 +1,33 @@
{
"constraints": {
"max_gate_count": {},
"optimization_parameter": "no_opt"
},
"preferences": {
"custom_hardware_settings": {
"basis_gates": [
"h",
"y",
"u1",
"cz",
"sxdg",
"cx",
"u2",
"sx",
"p",
"rx",
"rz",
"x",
"p",
"id",
"h",
"ry",
"u2",
"u1",
"u",
"tdg",
"rz",
"cx",
"sdg",
"t",
"z",
"u",
"r",
"s",
"sx",
"cy",
"cz",
"sdg",
"x",
"tdg",
"ry"
"s"
],
"is_symmetric_connectivity": true
},
Expand All @@ -35,7 +36,7 @@
"optimization_level": 1,
"output_format": ["qasm"],
"pretty_qasm": true,
"random_seed": 3552888076,
"random_seed": 4239501683,
"synthesize_all_separately": false,
"timeout_seconds": 300,
"transpilation_option": "auto optimize"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,41 +1,42 @@
{
"constraints": {
"max_gate_count": {},
"optimization_parameter": "no_opt"
},
"preferences": {
"custom_hardware_settings": {
"basis_gates": [
"tdg",
"u",
"h",
"sx",
"y",
"cz",
"sxdg",
"rx",
"x",
"p",
"id",
"r",
"sdg",
"h",
"ry",
"u2",
"p",
"z",
"y",
"t",
"sxdg",
"u1",
"cy",
"rx",
"u",
"tdg",
"rz",
"cx",
"ry",
"sdg",
"t",
"z",
"r",
"sx",
"cy",
"s"
],
"is_symmetric_connectivity": true
},
"debug_mode": true,
"machine_precision": 8,
"optimization_level": 3,
"optimization_level": 1,
"output_format": ["qasm"],
"pretty_qasm": true,
"random_seed": 2629849665,
"random_seed": 2148367060,
"synthesize_all_separately": false,
"timeout_seconds": 300,
"transpilation_option": "auto optimize"
Expand Down
5 changes: 2 additions & 3 deletions tests/resources/timeouts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -228,10 +228,9 @@ prepare_uniform_interval_state.qmod: 10
prepare_uniform_trimmed_state.qmod: 10
protein_folding.ipynb: 240
protein_folding.qmod: 240
qaoa.ipynb: 450
qaoa_knapsack.ipynb: 300
qaoa.ipynb: 600
qaoa_demonstration.ipynb: 450
qaoa_knapsack.qmod: 300
qaoa_max_cut.ipynb: 300
qaoa_max_cut.qmod: 300
qct_qst.ipynb: 30
qct_qst_type1.qmod: 20
Expand Down
Loading