|
Sequential Quantum Gate Decomposer
v1.9.6
Powerful decomposition of general unitarias into one- and two-qubit gates gates
|
Functions | |
| def | _single_pauli_term |
| def | _two_pauli_term |
| def | build_case_metadata |
| def | build_continuity_density_noise () |
| def | build_open_chain_topology |
| def | build_optimizer_config () |
| def | build_phase2_continuity_vqe |
| def | build_software_metadata () |
| def | build_xxz_hamiltonian |
Variables | |
| DEFAULT_ANSATZ | |
| DEFAULT_INNER_BLOCKS | |
| DEFAULT_LAYERS | |
| dtype | |
| PRIMARY_BACKEND | |
| SIGMA_X | |
| SIGMA_Y | |
| SIGMA_Z | |
Phase-2 continuity VQE builders for partitioning API tests (mirrors benchmarks planner_surface.common).
|
private |
Definition at line 28 of file continuity.py.


|
private |
Definition at line 38 of file continuity.py.


| def tests.partitioning.fixtures.continuity.build_case_metadata | ( | qbit_num | ) |
Definition at line 108 of file continuity.py.
| def tests.partitioning.fixtures.continuity.build_continuity_density_noise | ( | list, | |
| dict | |||
| ) |
| def tests.partitioning.fixtures.continuity.build_open_chain_topology | ( | qbit_num | ) |
Definition at line 23 of file continuity.py.


| def tests.partitioning.fixtures.continuity.build_optimizer_config | ( | dict | ) |
| def tests.partitioning.fixtures.continuity.build_phase2_continuity_vqe | ( | qbit_num | ) |
Definition at line 129 of file continuity.py.


| def tests.partitioning.fixtures.continuity.build_software_metadata | ( | dict | ) |
| def tests.partitioning.fixtures.continuity.build_xxz_hamiltonian | ( | n_qubits | ) |
Definition at line 51 of file continuity.py.


| tests.partitioning.fixtures.continuity.DEFAULT_ANSATZ |
Definition at line 17 of file continuity.py.
| tests.partitioning.fixtures.continuity.DEFAULT_INNER_BLOCKS |
Definition at line 19 of file continuity.py.
| tests.partitioning.fixtures.continuity.DEFAULT_LAYERS |
Definition at line 18 of file continuity.py.
| tests.partitioning.fixtures.continuity.dtype |
Definition at line 13 of file continuity.py.
| tests.partitioning.fixtures.continuity.PRIMARY_BACKEND |
Definition at line 20 of file continuity.py.
| tests.partitioning.fixtures.continuity.SIGMA_X |
Definition at line 13 of file continuity.py.
| tests.partitioning.fixtures.continuity.SIGMA_Y |
Definition at line 14 of file continuity.py.
| tests.partitioning.fixtures.continuity.SIGMA_Z |
Definition at line 15 of file continuity.py.
1.8.13