Major New Features
- Collapse gate.
- Shor (2n+3) example.
- qPDF model and example.
- Density matrix simulation using custom operators.
- Post-measurement bit-flip errors.
- Thermal relaxation error channel.
- Parallel optimization using multiprocessing for L-BFGS-B on CPU.
- Improved performance when repeating circuit execution.
- Replacing TensorFlow ThreadPool with OpenMP for custom operators on CPU.
- General code upgrades including tests, wheels and documentation.
Fixes
- Cost function for autoencoder tutorial.
- Circuit depth calculation.
- Backend return name.
- Trotter Hamiltonian from_symbolic and make_compatible.
- Scipy missing requirement in pip package.