Allow creation of DeviceSpecification by specifying number of elements.
See original GitHub issueWhat is the expected enhancement?
Currently the DeviceSpecification must be initialized with a list of Channels.
We should also provide the ability to initialize but a number of elements.
ie.,
schedule = Schedule(n_qubits=5, memory_slots=5, n_control_channels, n_registers=5)
Issue Analytics
- State:
- Created 4 years ago
- Comments:27 (19 by maintainers)
Top Results From Across the Web
Bootstrap - Mock Test
Every mock test is supplied with a mock test key to let you verify the final ... C - Grid columns are created...
Read more >Virtual I/O Device (VIRTIO) Version 1.1
This document describes the specifications of the “virtio” family of devices. These devices are found in virtual environments, yet by design they look...
Read more >Apple iPhone 12 - Specifications
Specifications of the Apple iPhone 12. Dimensions: 71.5 x 146.7 x 7.4 mm, Weight: 164 g, SoC: Apple A14 Bionic, CPU: 2x Firestorm,...
Read more >Configuring, Verifying, and Committing a Zone
The zonecfg command can also be used to persistently specify the resource ... Note that the only required elements to create a non-global...
Read more >LXI Device Specification Rev 1.6
move to external specifications, but section numbers remain in this document as placeholder to maintain numbering. The newly created LXI ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Yes, I agree. However, this doesn’t currently within the specification. We should raise an issue on the internal specification with this.
I think the initializer you propose is good. I would prefer
from_deviceto be a constructor.