Sequential Quantum Gate Decomposer
v1.9.3
Powerful decomposition of general unitarias into one- and two-qubit gates gates
|
Classes | |
class | Test_Decomposition |
Functions | |
def | create_randomized_parameters (num_of_parameters, real=False) |
Call to construct random parameter, with limited number of non-trivial adaptive layers. More... | |
Variables | |
int | cost_function_variant = 0 |
int | dim_over_2 = 1 << (qbit_num-1) |
int | levels = 4 |
linewidth | |
int | matrix_size = 1 << qbit_num |
bool | MPI_imported = True |
int | num_of_basis = 1 << 2*qbit_num |
int | qbit_num = 8 |
bool | real = False |
def tests.decomposition.test_optmization_problem_combined.create_randomized_parameters | ( | num_of_parameters, | |
real = False |
|||
) |
Call to construct random parameter, with limited number of non-trivial adaptive layers.
num_of_parameters | The number of parameters |
Definition at line 73 of file test_optmization_problem_combined.py.
int tests.decomposition.test_optmization_problem_combined.cost_function_variant = 0 |
Definition at line 53 of file test_optmization_problem_combined.py.
Definition at line 58 of file test_optmization_problem_combined.py.
int tests.decomposition.test_optmization_problem_combined.levels = 4 |
Definition at line 64 of file test_optmization_problem_combined.py.
tests.decomposition.test_optmization_problem_combined.linewidth |
Definition at line 46 of file test_optmization_problem_combined.py.
Definition at line 57 of file test_optmization_problem_combined.py.
bool tests.decomposition.test_optmization_problem_combined.MPI_imported = True |
Definition at line 41 of file test_optmization_problem_combined.py.
Definition at line 61 of file test_optmization_problem_combined.py.
int tests.decomposition.test_optmization_problem_combined.qbit_num = 8 |
Definition at line 50 of file test_optmization_problem_combined.py.
bool tests.decomposition.test_optmization_problem_combined.real = False |
Definition at line 67 of file test_optmization_problem_combined.py.