Maestro 0.1.0
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
 The type of a vector of qubits.
using time_type = double
 The type of time.

Typedef Documentation

◆ qubit_t

using Types::qubit_t = uint_fast64_t

The type of a qubit.

Definition at line 20 of file Types.h.

◆ qubits_vector

Initial value:
std::vector<qubit_t>

The type of a vector of qubits.

Definition at line 21 of file Types.h.

◆ time_type

using Types::time_type = double

The type of time.

Definition at line 23 of file Types.h.