Skip to main content

General algorithms with qiskit as basis

Project description

Travis Codecov coverage Codacy grade Read the Docs PyPI PyPI - Python Version

qiskit is an open-source compilation framework capable of targeting various types of hardware and a high-performance quantum computer simulator with emulation capabilities, and various compiler plug-ins.

This library sports some useful algorithms for quantum computers using qiskit as a basis.

Features

  • Multi Qubit Quantum Fourier Transform

  • Draper adder

  • Uniform Rotations

  • State Preparation

Installation

This library requires Python version 3.5 and above, as well as qiskit. Installation of this plugin, as well as all dependencies, can be done using pip:

$ python -m pip install dc_qiskit_algorithms

To test that the algorithms are working correctly you can run

$ make test

Getting started

You can use the state preparation as follows

from dc_qiskit_algorithms.MÃttÃnenStatePrep import state_prep_mÃttÃnen

vector = [-0.1, 0.2, -0.3, 0.4, -0.5, 0.6, -0.7, 0.8]
vector = numpy.asarray(vector)
vector = (1 / numpy.linalg.norm(vector)) * vector

qubits = int(numpy.log2(len(vector)))
reg = QuantumRegister(qubits, "reg")
c = ClassicalRegister(qubits, "c")
qc = QuantumCircuit(reg, c, name='state prep')
state_prep_mÃttÃnen(qc, vector, reg)

After this, the quantum circuit is prepared in the given state. All complex vectors are possible!

Please refer to the documentation of the dc qiskit algorithm Plugin .

Contributing

We welcome contributions - simply fork the repository of this plugin, and then make a pull request containing your contribution. All contributers to this plugin will be listed as authors on the releases.

We also encourage bug reports, suggestions for new features and enhancements, and even links to cool projects or applications built on PennyLane.

Authors

Carsten Blank

Support

If you are having issues, please let us know by posting the issue on our Github issue tracker.

License

The data cybernetics qiskit algorithms plugin is free and open source, released under the Apache License, Version 2.0.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dc_qiskit_algorithms-0.0.14.tar.gz (19.4 kB view details)

Uploaded Source

Built Distribution

dc_qiskit_algorithms-0.0.14-py3-none-any.whl (23.0 kB view details)

Uploaded Python 3

File details

Details for the file dc_qiskit_algorithms-0.0.14.tar.gz.

File metadata

  • Download URL: dc_qiskit_algorithms-0.0.14.tar.gz
  • Upload date:
  • Size: 19.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.8.10

File hashes

Hashes for dc_qiskit_algorithms-0.0.14.tar.gz
Algorithm Hash digest
SHA256 0afb3d05dc63e69de6eaee054fdda8b92abf8d60717602b8e2cbfd66f3cf58d9
MD5 30c21ce6bc4931a2a04e6a0dc314825b
BLAKE2b-256 1652cf9ce5f8c11d384f2e86f25ebbcb98aa1ca509aaad3ec6de31bfb02b0248

See more details on using hashes here.

File details

Details for the file dc_qiskit_algorithms-0.0.14-py3-none-any.whl.

File metadata

File hashes

Hashes for dc_qiskit_algorithms-0.0.14-py3-none-any.whl
Algorithm Hash digest
SHA256 df9e2d90db3d12bf175663b32c88305c5854ac6ff0140e287f118b31f728d4fc
MD5 ba5b9108dd1dda8d98eee150dbb2c702
BLAKE2b-256 17190465e0db4df4197e7e722095a896bd77f2c2bffec03097f81edc4ab1a43d

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page