|
Sequential Quantum Gate Decomposer
v1.9.6
Powerful decomposition of general unitarias into one- and two-qubit gates gates
|
Class to solve VQE problems. More...
#include "Variational_Quantum_Eigensolver_Base.h"#include "../density_matrix/include/density_matrix.h"#include "../density_matrix/include/noisy_circuit.h"#include "../../gates/include/H.h"#include "../../gates/include/SDG.h"#include <cmath>#include <nlohmann/json.hpp>#include <random>#include <string>#include <tbb/tbb.h>#include <tuple>#include <vector>
Go to the source code of this file.
Typedefs | |
| using | json = nlohmann::json |
Variables | |
| static tbb::spin_mutex | my_mutex |
Class to solve VQE problems.
Definition in file Variational_Quantum_Eigensolver_Base.cpp.
| using json = nlohmann::json |
Definition at line 36 of file Variational_Quantum_Eigensolver_Base.cpp.
|
static |
Definition at line 38 of file Variational_Quantum_Eigensolver_Base.cpp.
1.8.13