Maestro 0.2.5
Unified interface for quantum circuit simulation
Loading...
Searching...
No Matches
Types.h File Reference
#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.
 

Detailed Description

Version
1.0

DESCRIPTION

Some types to make the code portable.

Definition in file Types.h.

Macro Definition Documentation

◆ _TYPES_H_

#define _TYPES_H_

Definition at line 15 of file Types.h.