Naoki Kanazawa
Naoki Kanazawa
I want to lambdify the following piecewise function ```python import symengine as sym amp, t, duration = sym.symbols("amp, t, duration") expr = amp * sym.Piecewise((1, t < duration), (0, sym.true))...
I found several syntactic inconsistency with SymPy. Sorry I was bit lazy to write separate issues. - symengine 0.9.2 - macOS Monterey 12.3.1 (Intel) ### 1. Missing ITE syntax (In...
### Informations - **Qiskit Ignis version**: - **Python version**: - **Operating system**: ### What is the current behavior? https://github.com/Qiskit/qiskit-ignis/blob/dd2c9265603329662f67a59a0e47744685b430d0/qiskit/ignis/characterization/calibrations/pulse_schedules.py#L27-L29 drives, inst_map, and meas_map should be supplied otherwise the program crashes....
### Summary This PR removes implementation of symbolic pulse subclasses. These classes become a factory of `SymbolicPulse`, and envelope kind-wise subclassing will be prohibited (classes are not actually removed, but...
### What is the current behavior? `align_measures` function can take arbitrary `cal_gate` to decide minimum alignment time, but actually we can only take `u3` due to its implementation. https://github.com/Qiskit/qiskit-terra/blob/fe458633cfc969a4ac4b5073396a30160b5cdaa8/qiskit/pulse/transforms.py#L30-L36 This...
### Summary This PR introduces a skeleton of pulse compiler based on the `BasePassManager`. ### Details and comments Pulse compiler is expected to support multiple output format. The format can...
Goal: Introducing a modern compiler for pulse module and dedicated IR for it. RFC: https://github.com/Qiskit/RFCs/blob/master/0012-Pulse-Compiler-and-IR.md - [x] Logical elements and frames #10694 - [x] PulseIR - #11767 - [ ]...
Tasks to implement RFC 0007: Dataframe for Qiskit Experiments - [x] https://github.com/Qiskit-Extensions/qiskit-experiments/pull/1133 - [x] https://github.com/Qiskit-Extensions/qiskit-experiments/pull/1253 - [x] https://github.com/Qiskit-Extensions/qiskit-experiments/pull/1319 (followup of step2) - [x] https://github.com/Qiskit-Extensions/qiskit-experiments/pull/1360 - [x] https://github.com/Qiskit-Extensions/qiskit-experiments/pull/1342
### Summary This PR fixes a bug that crashes curve analysis due to missing error handling in the visualization. ### Details and comments Figure must be generated regardless of status...
Epic issue to manage implementation of [RFC0014](https://github.com/Qiskit/RFCs/blob/master/0014-overhaul-qiskit-experiments.md) [Migration plan](https://github.com/Qiskit/RFCs/blob/master/0014-overhaul-qiskit-experiments.md#migration-plan): - Rework of composite analysis (assigned to @Musa-Sina-Ertugrul ) - Implementation of circuit executor (not active) - Implementation of analysis executor...