Recent Releases of qiskit-qulacs
qiskit-qulacs - v0.1.0
Changelog
Improvements 🛠
- The
benchmarksnow usepytest-benchmarkinspired by benchmark-qulacs. The updated benchmarks can be found in the documentation. Updated circuit conversion method in
adapter.- Restructured code taking inspiration from pennylane-qiskit.
- Updated support for existing Qiskit's gates.
- Added
Rxx,RyyandRzzgates supporting gradient computation.ECRgate is also supported. - Added Qiskit's
ParameterExpressionsupport.
QulacsBackendcan now be used with the Qiskit'sBackendEstimatorandBackendSampler.QulacsEstimatornow supports qulacsQuantumCircuitOptimizer.QulacsSamplerinspired by Qiskit's PrimitiveSampleris added. It uses qulacs for statevector calculation.Enhanced gradient computation using sympy to support Qiskit's
ParameterExpressionin circuit; not in qulacs.Added basic tutorials for
QulacsBackendand primitives.Added support for Python 3.11.
The GPU support is experimental and is yet to be tested.
Contributors ✍️
Gopal Ramesh Dahale
- Python
Published by Gopal-Dahale almost 2 years ago