Skip to content

Commit

Permalink
Fix notebook import
Browse files Browse the repository at this point in the history
  • Loading branch information
ykharkov committed Mar 29, 2024
1 parent 140801e commit a4bbe3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/auxilary/Random_Circuit.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"outputs": [],
"source": [
"from braket.devices import LocalSimulator\n",
"from braket.experimental.auxilary_functions.random_circuit import random_circuit\n",
"from braket.experimental.auxilary_functions.random_circuit.random_circuit import random_circuit\n",
"from braket.circuits.gates import CNot, Rx, Rz, CPhaseShift, XY\n",
"\n",
"# Code here\n",
Expand Down

0 comments on commit a4bbe3c

Please sign in to comment.