Metadata-Version: 2.1
Name: qcware-quasar
Version: 1.0.2
Summary: Build and execute quantum circuits on various backends.
Home-page: http://github.com/qcware/quasar
License: UNKNOWN
Author: Rob Parrish
Author-email: rob.parrish@qcware.com
Description-Content-Type: text/markdown
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Dist: numpy >= 1.18.4
Requires-Dist: scipy >= 1.3.3
Requires-Dist: sortedcontainers==2.1.0
Requires-Dist: cirq == 0.5.0 ; extra == "cirq"
Requires-Dist: requests >= 2.22.0 ; extra == "ionq"
Requires-Dist: pyquil==2.16.0 ; extra == "pyquil"
Requires-Dist: qiskit-aer >= 0.5.1 ; extra == "qiskit"
Provides-Extra: cirq
Provides-Extra: ionq
Provides-Extra: pyquil
Provides-Extra: qiskit

# Quasar

## What is Quasar?

Quasar is an abstract library for creating and evaluating quantum computing
circuits.  It also can be a way of transforming those circuits to be run
natively on a variety of QC architectures.

This public version of Quasar is used to create circuits
that can be evaluated on QC Ware's *Forge* platform, but also can do
some evaluations locally with a classical simulation backend.

