This is an automated email from the ASF dual-hosted git repository.
rawkintrevo pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/mahout.git
from 84ca94603 Removing travis yaml
new 71990f9c0 Qumat Donation
new d0206bb77 Add docs
new 2e5f41eaf donate qumat
new 7840bffe3 add quantum teleportation
new 824582044 Closes #1
The 5 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:
.gitignore | 6 +++
README.md | 16 ++++++++
docs/assets/mascot.png | Bin 0 -> 1004488 bytes
docs/basic_gates.md | 27 +++++++++++++
docs/getting_started.md | 0
docs/index.md | 16 ++++++++
examples/quantum_teleportation.py | 62 ++++++++++++++++++++++++++++++
examples/simple_example.py | 26 +++++++++++++
pyproject.toml | 17 ++++++++
qumat/__init__.py | 0
qumat/qumat.py | 79 ++++++++++++++++++++++++++++++++++++++
requirements.txt | 1 +
12 files changed, 250 insertions(+)
create mode 100644 docs/assets/mascot.png
create mode 100644 docs/basic_gates.md
create mode 100644 docs/getting_started.md
create mode 100644 docs/index.md
create mode 100644 examples/quantum_teleportation.py
create mode 100644 examples/simple_example.py
create mode 100644 pyproject.toml
create mode 100644 qumat/__init__.py
create mode 100644 qumat/qumat.py
create mode 100644 requirements.txt