12using QubitId = std::tuple<QNodeAddr, QNicIndex, QNicType, QubitIndex>;
Configuration class contains all parameters and provides the way to retrieve it.
Definition QubitConfiguration.h:8
just an interface for the configuration to the backend
Definition IConfiguration.h:9
The abstract interface for a quantum backend.
Definition IQuantumBackend.h:19
a key to identify a qubit in a backend.
Definition IQubitId.h:14
Definition common_types.h:6
int QNicIndex
Definition common_types.h:9
int QubitIndex
Definition common_types.h:11
int QNodeAddr
Definition common_types.h:8
std::tuple< QNodeAddr, QNicIndex, QNicType, QubitIndex > QubitId
Definition common_types.h:12
int QNicType
Definition common_types.h:10