Pedro Rivero

Results 29 issues of Pedro Rivero

When producing a long pdf (e.g. using LaTeX), it might be useful to quickly toggle night-mode off from time to time to check that the colors in the document are...

Due to the message that gets printed if IQ# is not installed, we cannot provide seamless functionality around `qsharp` catching the exception (i.e. we always get an error message displayed...

Kind-Bug

### Summary Upgrades the `EstimatorResult` dataclass. Breaking change* Closes #8100 Changelog: New Feature ### Details and comments - Rename `values` field to `expectation_values`. - Add `variances` field, pulling it out...

### Summary Adds a primitive result base class to provide common functionality to all inheriting result dataclasses. Closes #8089 Changelog: New Feature ### Details and comments - Adds `result.num_experiments` property....

Changelog: New Feature
mod: primitives

### Summary This PR refactors and introduces caching for the local implementations of Sampler and Estimator based on `Statevector`. ### Details and comments Caching avoids unnecessary and redundant deepcopies of...

Before proposing please consider: * the maintenance cost of the feature → probably not much if `coverage.py` is used * implementing it externally (like a shell/python script, pytest plugin or...

enhancement

### Summary Adds optional kwarg to request a purely functional key from the `circuit_key` primitives utility. This is necessary to avoid recomputation on circuits which are functionally equivalent but vary...

mod: primitives

### Is your feature request related to a problem? Please describe. `QiskitPlatform` splits job `repetitions` into `shots` and `experiments`. Therefore, in order to build a `QiskitJob`, we need to factor...

enhancement
help wanted
DC-3

### Is your feature request related to a problem? Please describe. Currently, QRAND can only be installed for Python >= 3.9. ### Describe the solution you'd like QRAND should work...

enhancement
DC-5

### Is your feature request related to a problem? Please describe. QRAND will make requests to quantum backends in order to randomly generate numbers. These requests (i.e. jobs) will have...

enhancement
DC-4