Cody Wang
Cody Wang
Since we're introducing `run_batch` to the local simulator, it's also worth adding the method to the top-level [Device](https://github.com/aws/amazon-braket-sdk-python/blob/main/src/braket/devices/device.py) class.
General comment: the notebook should be a mix of code and exposition, rather than just code is it currently is. For example take a look at the [superdense coding](https://github.com/aws/amazon-braket-examples/blob/main/examples/getting_started/4_Superdense_coding/4_Superdense_coding.ipynb) and...
When you say StructuredSampler, do you just mean that the Sampler implementation should subclass both `Sampler` and `Structured` (I don't see a `StructuredSampler` class; will that be added)?
Physical qubits and verbatim boxes are not currently supported; we'll need to add the stubs to the default simulator and implement them here.
Following up on Cost Explorer, I've responded to your [issue](https://github.com/amazon-braket/amazon-braket-examples/issues/296) in amazon-braket-examples with instructions to view costs by ARN, both programmatically and through the console!
Closing as Braket no longer supports Python 3.7
There are several examples that use `FreeParameter`s, including the AG example; closing.
Division will be solved with https://github.com/amazon-braket/amazon-braket-sdk-python/pull/885
This is pretty straightforward _if_ we only care about transpiling to the native gateset. However, this isn't enough to create a truly native circuit, since considering only the gateset can...
There are actually two more things getting in the way of native transpilation: 1. The service does not provide expose parameter ranges for native gates 2. `Target` only allows us...