Skip to main content

Quantastica quantum simulator tools

Project description

Quantum programming language converter

Supported languages

Python version of quantastica-qconvert currently supports only:

  • QOBJ to PYQUIL

  • QOBJ to TOASTER

More formats will be added soon.

Until then, for more formats see:

Usage:

from quantastica.qconvert import convert

source_code = ...
options = {}

converted = convert(qconvert.Format.QOBJ,
                    source_code,
                    qconvert.Format.PYQUIL,
                    options)
print(converted)

More details soon.

Enjoy! :)

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

quantastica-qconvert-0.9.6.tar.gz (13.5 kB view hashes)

Uploaded Source

Built Distribution

quantastica_qconvert-0.9.6-py3-none-any.whl (19.3 kB view hashes)

Uploaded Python 3

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