Scott Smart

Results 8 issues of Scott Smart

**Describe the bug** Gates will commute through a multi-qubit Kraus operator in the circuit visualization. **To reproduce** Provide space in front of Kraus, and then gates will hop through: from...

*Issue #, if available:* Noise Model cannot process a ProgramSet. LocalSimulator has hard coded exceptions. Observables are particularly problematic with the noise model and CircuitBindings, as observables are not respected....

*Issue #, if available:* Emulator currently does not support ProgramSet, despite braket_dm supporting ProgramSet. Complicating this, there also are discrepancies between the Validation passes and the supported SpecificationTypes, as only...

**Describe the bug** Running a variant of #1166, with input parameters specified, leads to a modulo division error in running a ProgramSet. Apparently num_executables is registered as 0 without non-zero...

**Describe the bug** ```device.run(Circuit().h(0).h(1).expectation(Z() @ Z(), target=[0,1])).result()``` works fine. However, ```device.run(ProgramSet.zip(circuits = [Circuit().h(0).h(1)], observables= [Z() @ Z()]), shots = 1000).result()``` fails. Non-indexed TensorProducts lead to some sort of errors in...

**Describe the bug** Error in generating OpenQASM from observables without indices. This also occurs using the braket.quantum_information.PauliString(..).to_unsigned_observable() method. **To reproduce** ``` from braket.circuits.observables import X from braket.circuits.serialization import IRType good...

*Issue #, if available:* *Description of changes:* By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

**Is your feature request related to a problem? Please describe.** Since new README generation process was created, should have a check or test confirm it is working properly. **Describe the...