Metadata-Version: 2.3
Name: pennylane-oqcqcaas
Version: 0.2.0
Summary: PennyLane Plugin for OQC QCaaS
License: BSD-3-Clause
Author: Owen Arnold
Author-email: oarnold@oxfordquantumcircuits.com
Requires-Python: >=3.10,<3.13
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: oqc-qcaas-client (>=3.20)
Description-Content-Type: text/markdown

# pennylane-oqc
PennyLane plugin for OQC QCaaS devices

## Build and Install

```
poetry build
```

## Developer Setup

```
poetry install
```

### Test Runs

Note tests look for `.env` file from which to source these env variables that are required for the plugin.
Suggest placing this file in the root of the test directory.

* "OQC_URL"
* "OQC_DEVICE"
* "OQC_AUTH_TOKEN"

```
poetry run python -m pytest
```

