-
Notifications
You must be signed in to change notification settings - Fork 848
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New visualization and minor changes to PK notebook
- Loading branch information
Adam Gitter
authored and
Adam Gitter
committed
Feb 19, 2025
1 parent
3ce2e67
commit 0ec7b1b
Showing
2 changed files
with
91 additions
and
132 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
47 changes: 46 additions & 1 deletion
47
.../documentation_materials/classiq_101/phase_kickback/phase_kickback.synthesis_options.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,46 @@ | ||
{} | ||
{ | ||
"constraints": { | ||
"max_gate_count": {}, | ||
"optimization_parameter": "no_opt" | ||
}, | ||
"preferences": { | ||
"machine_precision": 8, | ||
"custom_hardware_settings": { | ||
"basis_gates": [ | ||
"r", | ||
"ry", | ||
"rx", | ||
"u1", | ||
"u2", | ||
"t", | ||
"sdg", | ||
"h", | ||
"cx", | ||
"sx", | ||
"sxdg", | ||
"x", | ||
"tdg", | ||
"u", | ||
"cy", | ||
"z", | ||
"rz", | ||
"cz", | ||
"p", | ||
"id", | ||
"y", | ||
"s" | ||
], | ||
"is_symmetric_connectivity": true | ||
}, | ||
"debug_mode": true, | ||
"synthesize_all_separately": false, | ||
"optimization_level": 3, | ||
"output_format": [ | ||
"qasm" | ||
], | ||
"pretty_qasm": true, | ||
"transpilation_option": "auto optimize", | ||
"timeout_seconds": 300, | ||
"random_seed": 906707084 | ||
} | ||
} |