This repository was archived by the owner on Jan 12, 2024. It is now read-only.
This repository was archived by the owner on Jan 12, 2024. It is now read-only.
A new command to get the maximum qubits supported by a target #684
Open
Description
Please describe what you would like the feature to accomplish.
A new function call that can programmatically return the maximum number of qubits supported by a simulator or a real hardware available in Azure Quantum workspace.
Describe the solution you'd like
A command such as ionq.simulator.get_max_qubits()
that will return the max qubits associated with the particular simulator.
for example, the above command should return 29 since the limit of IonQ simulator is 29.
Describe alternatives you've considered
As of now the only way to do the above said task is to hard code the value according to the specifications of the target.
Additional context
Nothing as of now.