Mirko Amico

Results 10 issues of Mirko Amico

### Environment - **Qiskit Terra version**: 0.21.1 - **Python version**: 3.9.12 - **Operating system**: macOS Monterey 12.4 ### What is happening? When trying to instantiate a `SymbolicPulse` as follows: ```...

bug

### Summary Adding the implementation of a symbolic Gaussian Square Echo pulse ### Details and comments This is a first implementation of a symbolic version of Gaussian square echo pulse....

mod: pulse
Community PR

### What is the expected behavior? When taking the matrix exponential of an Hermitean matrix $M$ (for example to compute the time evolution operator from the Hamiltonian of a closed...

enhancement
Changelog: New Feature

Adds a new tutorial for QAOA with code for running experiment at utility scale. All dependencies from Application modules are removed

Adding a note to the `cost_func_scaled_cr` function in the `cost_funcs` module to help clarify the best usage of the fiunction. In particular, if matching layouts are searched for a transpiled...

When trying to get the error for qubits used by the CX gate the code below assumes that the layout is virtual and it will raise errors with certain layouts...

Notebook adding a demonstration of the new dynamic circuit capabilities. In particular, dynamic circuit performance is benchmarked device-wide by preparing 4-qubit chains where Bell pairs on the middle qubits are...

content 📄
needs discussion 💬
tutorial 📒

Modifying tutorials to remove deprecated or irrelevant primitive options. Closes #4265

tutorial 📒

### URL to the relevant tutorial _No response_ ### Select all that apply - [x] new content request - [ ] typo - [ ] code bug - [ ]...

content 📄
tutorial 📒

### Information - **rustworkx version**: - rustworkx==0.17.1 - **Python version**: 3.10.16 - **Rust version**: rustc 1.78.0 - **Operating system**: MacOS ### What is the current behavior? Running `all_pairs_all_simple_paths` hangs indefinitely,...

bug