Maestro 0.2.5
Unified interface for quantum circuit simulation
Loading...
Searching...
No Matches
Types Namespace Reference

Typedefs

using qubit_t = uint_fast64_t
 The type of a qubit.
 
using qubits_vector = std::vector< qubit_t >
 The type of a vector of qubits.
 
using time_type = double
 The type of time.
 

Typedef Documentation

◆ qubit_t

using Types::qubit_t = typedef uint_fast64_t

The type of a qubit.

Definition at line 21 of file Types.h.

◆ qubits_vector

using Types::qubits_vector = typedef std::vector<qubit_t>

The type of a vector of qubits.

Definition at line 22 of file Types.h.

◆ time_type

using Types::time_type = typedef double

The type of time.

Definition at line 24 of file Types.h.