{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Combining PennyLane with Amazon Braket" ] }, { "cell_type": "code", "execution_count": 1, "metadata": {}, "outputs": [], "source": [ "# Use Braket SDK Cost Tracking to estimate the cost to run this example\n", "from braket.tracking import Tracker\n", "t = Tracker().start()" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "
@qml.qnode(dev, interface=\"<interface>\")
\n",
"