|
Maestro 0.2.5
Unified interface for quantum circuit simulation
|
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. | |
| using Types::qubit_t = typedef uint_fast64_t |
| using Types::qubits_vector = typedef std::vector<qubit_t> |
| using Types::time_type = typedef double |