Quantum Gate Decomposer
v1.3
Powerful decomposition of almost any unitary into U3 and CNOT gates
|
This is the complete list of members for CNOT, including all inherited members.
clone() | CNOT | |
CNOT(int qbit_num_in, int target_qbit_in, int control_qbit_in) | CNOT | |
composite_cnot() | CNOT | |
control_qbit | Operation | protected |
get_control_qbit() | Operation | |
get_matrix() | CNOT | |
get_parameter_num() | Operation | |
get_qbit_num() | Operation | |
get_target_qbit() | Operation | |
get_type() | Operation | |
matrix_size | Operation | protected |
Operation() | Operation | |
Operation(int qbit_num_in) | Operation | |
parameter_num | Operation | protected |
qbit_num | Operation | protected |
reorder_qubits(std::vector< int > qbit_list) | CNOT | virtual |
set_matrix(Matrix input) | Operation | |
set_qbit_num(int qbit_num) | CNOT | virtual |
target_qbit | Operation | protected |
type | Operation | protected |
~CNOT() | CNOT | |
~Operation() | Operation | virtual |