What's Changed
Highlights
Our new QAOA module is now available to solve QUBO problems. We now support optimized multi-observable expectation values for Google Cirq and AWS Braket. In addition, we now provide noisy simulations for Cirq devices. And more...
New features
- Solve QUBO problems with a newly added QAOA module by @MathieuG-Colibri in #145
- Translate external circuits into
QCircuitby @ThomasB-Colibri in #143 - Allow optimized multi-observables measurement for Cirq and Braket by @MathieuG-Colibri in #147
- Allow noisy simulations for Cirq by @MoHermes in #152
- Decomposition of unitary operations by @MathieuG-Colibri in #142
- Generate controlled custom gate by @MathieuG-Colibri in #146
Fixes and extras
- Wrong ordering of 'Result' for Google devices by @MoHermes in #151
- Tests for parameterized gates by @LiRem101 in #155
- Job id wasn't stored on remote executions by @MoHermes in #156
- Wrong expression for Pauli Y matrix by @hJaffaliColibritd in #148
- Correct metadata pypi by @MoHermes in #144
- Correct handling of AWS credentials by @MoHermes in #149
- Adapt Numpy matrix type by @ThomasB-Colibri in #160
- Add overload to functions for type-checker by @MathieuG-Colibri in #159
- Removed redundant security and added corresponding tests by @Henri-ColibrITD in #157
New Contributors 🥳
- @MathieuG-Colibri made their first contribution in #142
- @LiRem101 made their first contribution in #155
Full Changelog: v0.4.0...v0.5.0