sim-eng-ii

Results 22 comments of sim-eng-ii

The test will not pass until PR [here](https://github.com/amazon-braket/amazon-braket-default-simulator-python/pull/285) is also confirmed and merged to main. The changes in the sdk work only if the [amazon-default-simulator](https://github.com/amazon-braket/amazon-braket-default-simulator-python) is updated

> > The test will not pass until PR [here](https://github.com/amazon-braket/amazon-braket-default-simulator-python/pull/285) is also confirmed and merged to main. The changes in the sdk work only if the [amazon-default-simulator](https://github.com/amazon-braket/amazon-braket-default-simulator-python) is updated >...

> ## [Codecov](https://app.codecov.io/gh/amazon-braket/amazon-braket-sdk-python/pull/1085?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=amazon-braket) Report > > Attention: Patch coverage is `88.88889%` with `1 line` in your changes missing coverage. Please review. > > > Project coverage is 99.98%. Comparing base...

I have added additional testing and I have also updated the function `add_verbatim_marker` to make sure that if an invalid marker is added a TypeError is raised.

I am currently looking at `test/unit_tests/braket/experimental_capabilities/test_experimental_capabilities.py` to see how my changes have impacted it. I will update once I have more info

@rmshaffer the automated tests are checking for `test_measureff_ccprx_from_ir`. the function does not exists in `test/unit_tests/braket/experimental_capabilities/iqm/test_iqm_experimental_capabilities.py` you can see the details in line 6376 on this [page](https://github.com/amazon-braket/amazon-braket-sdk-python/actions/runs/16047937791/job/45299412155?pr=1085)

I updated `test_iqm_experimental_capabilities.py` to take into account the verbatim box. In addition to `assert len(circuit_from_ir.instructions) == 5` I have also added few lines and updated others ``` assert circuit_from_ir.instructions[0].operator.name ==...

@rmshaffer I updated the code in `test_circuit.py` and `braket_program_context.py` to make sure it is inline with the updates in [#285](https://github.com/amazon-braket/amazon-braket-default-simulator-python/pull/285)

Hello @1ucian0 okay! I will try this and open a PR when done.

Hello, @1ucian0 is there any documentation explaining how to substitute iteration of CircuitInstruction in Qiskit 2.0 using the `operation`, `qubits` and `clbits` named attributes? I am searching for it but...