Jun Doi
Jun Doi
### Summary Fixes #2118 ### Details and comments - Add native support of ECR gate in MPS and extended_stabilizer methods - (Also added for tensor_network method that was supported but...
### Summary This PR removes standalone and qobj ### Details and comments standalone and qobj has been deprecated since #2050 and 3 month passes, so we can remove them
### Summary This PR fixes `EstimatorV2.from_backend` and `SamplerV2.from_backend` to use pre-defined AerSimulator for simulation ### Details and comments With this fix, user can define specific simulator object with backend options...
### What is the expected behavior? We can remove qobj since we put deprecate message
### What is the expected behavior? It is enough time since we put deprecation message for standalone
### Summary This PR restores distributions for Python 3.8 and 3.9 for MacOS on Arm64 #2167 ### Details and comments In `deploy.yml` and `build.yml`, we skipped Python 3.8 and 3.9,...
### Summary This PR adds (enables) `save_expval `and `save_expval_var` to `extended_stabilizer` requested by #2121 ### Details and comments `save_expval `and `save_expval_var` in extended_stabilizer were disabled because there were bug in...
### Summary This is draft of ParameterExpression in Rust by using symengine's C wrapper interface for #13267 ### Details and comments Currently, `conan install` fails from `pip install .` It...
### Summary This PR is follow up PR to https://github.com/Qiskit/qiskit/pull/13278 This PR implements Parameter, ParameterExpression, ParameterVectorElement and ParameterVector Python classes in Rust for #13267 ### Details and comments Rust implementation...
### Summary This is follow up PR to #14508 SymbolExpr has issue in calculating with integer division. This PR adds expression for integer fractional numbers by accepting `BinaryOp::Div` to have...