Skip to content

Instantly share code, notes, and snippets.

@SaraM92
Last active February 27, 2023 07:53
Show Gist options
  • Save SaraM92/4ec0ca77dda124e457f5972d546f0dde to your computer and use it in GitHub Desktop.
Save SaraM92/4ec0ca77dda124e457f5972d546f0dde to your computer and use it in GitHub Desktop.
# general imports
import numpy as np
import matplotlib.pyplot as plt
# magic word for producing visualizations in notebook
%matplotlib inline
import string
import time
# AWS imports: Import Braket SDK modules
from braket.circuits import Circuit, Gate, Instruction, circuit, Observable
from braket.devices import LocalSimulator
from braket.aws import AwsDevice, AwsQuantumTask
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment