Tarun Kumar Allamsetty

Results 4 issues of Tarun Kumar Allamsetty

**Context:** Under #4941 abstract method `process_counts` was added to `SampleMeasurement`. This method provides support to process counts dictionary produced by external systems. **Description of the Change:** * Implement `process_counts` in...

### Summary This PR enforces the validation that `section_size` must be less than or equal to num_qubits for proper functioning of the synth_cnot_count_full_pmh algorithm, as described in [Efficient Synthesis of...

Community PR

**Context:** When using the following state preparation methods (`AmplitudeEmbedding`, `StatePrep`, `MottonenStatePreparation`) with `jit` and `grad`, the error `ValueError: need at least one array to stack` was encountered. **Description of the...

## Context Presently, qbraid-qir supports qir generation with `custom` profile. The request is to generate qir compliant with the [Base Profile](https://github.com/qir-alliance/qir-spec/blob/5bc97a5dfbc8048bae5858d5325a608442d0a8d1/specification/under_development/profiles/Base_Profile.md). ## Acceptance criteria - Add support for generating `Base...