|
Maestro 0.2.5
Unified interface for quantum circuit simulation
|
#include <memory>#include <vector>
Include dependency graph for Types.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | Types |
Macros | |
| #define | _TYPES_H_ |
Typedefs | |
| using | Types::qubit_t = uint_fast64_t |
| The type of a qubit. | |
| using | Types::qubits_vector = std::vector< qubit_t > |
| The type of a vector of qubits. | |
| using | Types::time_type = double |
| The type of time. | |