mbeach-aws
mbeach-aws
**Describe the bug** Observables should not be chained together. In the Amazon Braket SDK, Observable.I() and Observable.X() are used to create identity and Pauli-X observables, respectively. However, these are not...
**Describe the bug** When a user defined a FreeParameter("str") where the "str" is a OpenQASM keyword. For example, it fails for `b`, `q`, `bit`, `qubit`, `input`, `OPENQASM`, `3.0`. `1`,`2`. **To...
**Describe the feature you'd like** Currently, the Tracker counts the number of on-demand tasks, but not LocalSimulator tasks. For example ```python from braket.aws import AwsDevice from braket.circuits import Circuit from...