...parallelize(cluster_spacing).bloqade: select the bloqade local emulator backend
...parallelize(cluster_spacing).braket: select braket local emulator or QuEra
hardware on the cloud
...parallelize(cluster_spacing).device(specifier_string): select backend by
specifying a string
Parameters
Name
Type
Description
cluster_spacing
LiteralType
Specifies the spacing between clusters in micrometers.
Returns
ParallelizeParallelize: A new instance of the Parallelize class with the specified cluster spacing.
Raises
Type
Description
ValueError
If the cluster_spacing is not a valid value.
Note
After calling this method, you can choose a backend for emulation or
execution. Options include bloqade for a local emulator, braket for
a local emulator or QuEra hardware on the cloud, or specifying a device
with a string.