Skip to main content

An 8-qubit universal quantum emulator adapted for web3 platforms, originally presented at IEEE QCE 20. This package takes Qiskit code and converts it to QuICScript, a language developed by pQCee to write quantum circuits.

Project description

qiskit-pqcee-provider

The Qiskit provider for pQCee blockchain quantum simulator

Install

pip install qiskit-pqcee-provider

Usage

import qiskit
from qiskit_pqcee_provider import PqceeProvider

provider = PqceeProvider()
backend = provider.get_backend('pqcee_simulator')

qc = qiskit.QuantumCircuit(2)
qc.h(0)
qc.cx(0, 1)
qc.measure_all()

job = backend.run(qc, shots=10)
result = job.result()
print(result.get_counts())

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

qiskit_pqcee_provider-0.1.5-py2.py3-none-any.whl (26.2 kB view details)

Uploaded Python 2Python 3

File details

Details for the file qiskit_pqcee_provider-0.1.5-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for qiskit_pqcee_provider-0.1.5-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 5ea1ec997d820a9415bded1edbc93967b1bd01a2af0cd730b4d44c8d49dc2a74
MD5 e9c91857b0a5405798ab7da33ebc1af7
BLAKE2b-256 f1504a77c40a686683cbe0305ab24ae003d19a26cda5494a47018d84f2e5a9a5

See more details on using hashes here.

Supported by

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