|
Maestro 0.1.0
Unified interface for quantum circuit simulation
|
#include "../Types.h"#include "../Utils/Tensor.h"#include "Factory.h"#include <Eigen/Eigen>#include <memory>Go to the source code of this file.
Classes | |
| class | TensorNetworks::TensorNode |
Namespaces | |
| namespace | TensorNetworks |
Macros | |
| #define | __TENSOR_NODE_H_ 1 |
Tensor Node class.
A class a tensor node that's part of a tensor network. It contains a tensor and its connections to other tensor nodes, also the qubits on which the tensor acts.
Definition in file TensorNode.h.
| #define __TENSOR_NODE_H_ 1 |
Definition at line 17 of file TensorNode.h.