gadial

Results 8 issues of gadial

### Summary This PR addresses issue #789. It adds the instruction `initialize_ket` to `Circuit` which acts like the standard `initialize` instruction except that the target statevector is specified using dictionary...

### Summary This PR updates the way the `completion_times` property of `ExperimentData` is calculated to allow for the current format used by `IBMCircuitJob`. ### Details and comments Fixes #1205

### Summary This PR updates the handling of the `completion_times` property in `ExperimentData` ### Details and comments Currently, the `completion_times` property is highly dependent on the structure of the job...

### Summary This PR addresses #120 . Since analysis options are set in the experiment metadata, running `run_analyis` with new analysis options will result in those new options conflicting with...

The current way Qiskit handles noises is by supplying a **noise model** given as part of the qobj file, with the following structure: ``` "config": { "noise_model": { "errors": [...

enhancement

### Summary ### Details and comments Fixes #