This is an automated email from the ASF dual-hosted git repository.
akm pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/mahout.git
from c8f134193 Adding minutes
add 0b096f971 Add rotational gates
add a65168acd Add U gate
add c9e2d904d Closes #468 Closes #469
add 7240790c0 typo
add 6569b2fa1 bind parameters
add bdb3dc8fc bind parameters 2
add 108adc3eb add measurement
add 701eefacb parameter sweep
add 177665778 parameter sweep
add daba46714 typo
add 72a09e5dd test
add eb5fae772 test
add 63b159723 fix
add a231c3f52 typo
add ea3a57bbe typo
add db89a86fc typo
add e670a7b93 typo
add 5ead65ed8 typo
add 575bd826d typo
add b1b1f4198 notebook branch - need a more elegant solution for this...
add e9ade5535 Merge branch 'main' into 468-469
add 03ba85a70 Merge remote-tracking branch 'refs/remotes/origin/468-469'
into 468-469
add 5b10819e9 update coordinate to my fork
add af16248ef Update Optimization_Example.ipynb
add 308bc371e testing hacks
add a10bab453 testing hacks
new c72286834 Merge pull request #472 from rawkintrevo/468-469
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.github/workflows/notebook-testing.yml | 1 +
docs/api.md | 42 +++++++++-
examples/Optimization_Example.ipynb | 144 +++++++++++++++++++++++++++++++++
examples/Simple_Example.ipynb | 2 +-
pyproject.toml | 1 +
qumat/amazon_braket_backend.py | 22 ++++-
qumat/cirq_backend.py | 29 +++++--
qumat/qiskit_backend.py | 36 ++++++---
qumat/qumat.py | 19 ++++-
9 files changed, 269 insertions(+), 27 deletions(-)
create mode 100644 examples/Optimization_Example.ipynb