Jun Doi
Jun Doi
### Summary I added simple examples to show how to use GPUs to simulate quantum circuits on Qiskit Aer. ### Details and comments This document is valid for Qiskit Aer...
### Summary Add binary distribution for cuQuantum support ### Details and comments Added binary build workflow in `.github/workflow/deploy.yml` for cuQuantum support. User will be able to install by `pip install...
### Informations - **Qiskit Aer version0.8: - **Python version3.8: - **Operating system**: ### What is the current behavior? Loading circuits from input takes very long time when multiple experiments are...
### Summary This PR is implementation of optimization for multi-shots simulations with operations with randomness (measure, reset, initialize, kraus or noise sampling) ### Details and comments Starting from 1 state,...
### Summary This is PR for Aer 0.14 release ### Details and comments - Optimization of MPS simulator by LAPACK - Deprecation of standalone and qobj support (will be removed...
### Summary This PR adds build test for GPU distribution ### Details and comments This test was not implemented before but I think this is required because sometimes GPU deploy...
### Summary This is fix for GPU build on github (https://github.com/Qiskit/qiskit-aer/actions/runs/7804480083/job/21298130681) ### Details and comments - Decreased root size to 36000 - Upgraded CUDA version to 12.3.2
### Summary This PR breaks limit of 64 qubits of extended stabilizer by using variable length bit string. ### Details and comments Removed transformed caches to save memory storage for...
### What is the expected behavior? I think standalone only uses Qobj as an input circuit. If we remove Qobj support, standalone should also be removed (MPI parallel simulation can...
### What is the expected behavior? Aer now accepts qiskit.circuit, so we can deprecate Qobj input