|
Sequential Quantum Gate Decomposer
v1.9.6
Powerful decomposition of general unitarias into one- and two-qubit gates gates
|
#include <vector>#include <iostream>#include <cassert>#include <cmath>#include <algorithm>#include <iomanip>#include "matrix.h"#include "Gates_block.h"#include "common.h"#include "apply_kernel_to_state_vector_input.h"#include "apply_large_kernel_to_input.h"#include "apply_large_kernel_to_input_AVX.h"#include "apply_kernel_to_input.h"#include "apply_dedicated_gate_kernel_to_input.h"
Go to the source code of this file.
Classes | |
| class | ApplyKernelTestSuite |
Functions | |
| int | main () |
| int main | ( | ) |
1.8.13