Samuele Ferracin

Results 11 issues of Samuele Ferracin

**Context:** A few open PRs are failing because of indirect changes in the coverage of three files, all of which are unrelated to the given PRs. Here, I either add...

no changelog

**Context:** Adding html representations for `Wires`, `Representation`s, and `CircuitComponent`

no changelog

### Before posting a feature request - [X] I have searched exisisting GitHub issues to make sure the feature request does not already exist. ### Feature details For the Attenuator/Amplifier...

enhancement

### Summary This PR slightly modifies the formula used by the `Estimator` to calculate `std`s, and adds details on how the `std`s are computed. ### Details and comments Addresses issue...

Addresses part of the technical debt introduced with the visualization PR. Question: Could/should `_get_qubit_coordinates` be made public, or perhaps be part of the `Backend` class?

Phase I Debugger is required to: - Provide a convenience function to Cliffordize circuits - Provide a way to compare the results of ideal vs noisy simulations It is not...

## Summary This RFC describes a new `Box` instruction that would be added to `qiskit` as a way to express groupings of instructions that can have data attached, can be...

The [documentation](https://docs.quantum.ibm.com/api/qiskit-ibm-runtime/qiskit_ibm_runtime.options.MeasureNoiseLearningOptions) is slightly obscure about what it means to set shots_per_randomization = 'auto' in MeasureNoiseLearningOptions. How exactly is this number calculated? Do we know if there are reasonable numbers...

enhancement

This PR updates the guide about inputs and outputs of primitives to show how to make the best use of `BitArray` objects

This PR adds docs for `Executor` and `NoiseLearnerV3`