amazon-braket / Braket.jl

Experimental Julia implementation of the Amazon Braket SDK
Apache License 2.0
98 stars 7 forks source link

feature: Add support for job decorator macro #67

Closed kshyatt-aws closed 10 months ago

kshyatt-aws commented 10 months ago

Issue #, if available: N/A

Description of changes: Add a new macro, @hybrid_job to mimic the Python BDK's remote decorator. Only Julia job functions are currently supported.

Testing done: Unit and integration tests passed locally.

Merge Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your pull request.

General

Tests

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.