File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
include/mqt-core/na/device Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -255,10 +255,10 @@ struct MQT_NA_QDMI_Site_impl_d {
255
255
uint64_t id = 0 ; // /< Unique identifier of the site
256
256
uint64_t moduleId = 0 ; // /< Identifier of the module the site belongs to
257
257
uint64_t subModuleId =
258
- 0 ; // /< Identifier of the sub-module the site belongs to
259
- int64_t x = 0 ; // /< X coordinate of the site in the lattice
260
- int64_t y = 0 ; // /< Y coordinate of the site in the lattice
261
- uint64_t width = 0 ; // /< Width of the site in the lattice (for zone sites)
258
+ 0 ; // /< Identifier of the sub-module the site belongs to
259
+ int64_t x = 0 ; // /< X coordinate of the site in the lattice
260
+ int64_t y = 0 ; // /< Y coordinate of the site in the lattice
261
+ uint64_t width = 0 ; // /< Width of the site in the lattice (for zone sites)
262
262
uint64_t height = 0 ; // /< Height of the site in the lattice (for zone sites)
263
263
// / @brief Collects decoherence times for the device.
264
264
struct DecoherenceTimes {
You can’t perform that action at this time.
0 commit comments