Skip to content

Commit

Permalink
deploy: 7e1b6db
Browse files Browse the repository at this point in the history
  • Loading branch information
garrison committed Apr 19, 2024
1 parent ab1c4e4 commit b795404
Show file tree
Hide file tree
Showing 242 changed files with 9,364 additions and 2,901 deletions.
2 changes: 1 addition & 1 deletion .buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 9d2adf3db76a7702f5ae402a59452f1e
config: ce863e59d78f087067ce6e4e14228fd2
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file modified .doctrees/apidocs/circuit_cutting.doctree
Binary file not shown.
Binary file modified .doctrees/circuit_cutting/cutqc/index.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified .doctrees/circuit_cutting/how-tos/how_to_specify_cut_wires.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified .doctrees/circuit_cutting/tutorials/index.doctree
Binary file not shown.
Binary file modified .doctrees/environment.pickle
Binary file not shown.
Binary file modified .doctrees/install.doctree
Binary file not shown.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,18 @@
"cell_type": "code",
"execution_count": 1,
"id": "072055cb",
"metadata": {},
"metadata": {
"execution": {
"iopub.execute_input": "2024-04-19T17:42:26.666751Z",
"iopub.status.busy": "2024-04-19T17:42:26.666047Z",
"iopub.status.idle": "2024-04-19T17:42:27.037654Z",
"shell.execute_reply": "2024-04-19T17:42:27.037075Z"
}
},
"outputs": [],
"source": [
"from qiskit import QuantumCircuit\n",
"from qiskit.quantum_info import PauliList\n",
"from qiskit.quantum_info import SparsePauliOp\n",
"\n",
"from circuit_knitting.cutting import (\n",
" partition_problem,\n",
Expand All @@ -38,15 +45,22 @@
"cell_type": "code",
"execution_count": 2,
"id": "dc4af922",
"metadata": {},
"metadata": {
"execution": {
"iopub.execute_input": "2024-04-19T17:42:27.040845Z",
"iopub.status.busy": "2024-04-19T17:42:27.040384Z",
"iopub.status.idle": "2024-04-19T17:42:27.049464Z",
"shell.execute_reply": "2024-04-19T17:42:27.048947Z"
}
},
"outputs": [],
"source": [
"circuit = QuantumCircuit(2)\n",
"circuit.h(0)\n",
"circuit.cx(0, 1)\n",
"observables = PauliList([\"ZZ\"])\n",
"observable = SparsePauliOp([\"ZZ\"])\n",
"partitioned_problem = partition_problem(\n",
" circuit=circuit, partition_labels=\"AB\", observables=observables\n",
" circuit=circuit, partition_labels=\"AB\", observables=observable.paulis\n",
")\n",
"subcircuits = partitioned_problem.subcircuits\n",
"subobservables = partitioned_problem.subobservables"
Expand All @@ -64,7 +78,14 @@
"cell_type": "code",
"execution_count": 3,
"id": "d095701f",
"metadata": {},
"metadata": {
"execution": {
"iopub.execute_input": "2024-04-19T17:42:27.051994Z",
"iopub.status.busy": "2024-04-19T17:42:27.051624Z",
"iopub.status.idle": "2024-04-19T17:42:27.130549Z",
"shell.execute_reply": "2024-04-19T17:42:27.129845Z"
}
},
"outputs": [],
"source": [
"subexperiments, coefficients = generate_cutting_experiments(\n",
Expand All @@ -86,7 +107,14 @@
"cell_type": "code",
"execution_count": 4,
"id": "7a74f709",
"metadata": {},
"metadata": {
"execution": {
"iopub.execute_input": "2024-04-19T17:42:27.133708Z",
"iopub.status.busy": "2024-04-19T17:42:27.133304Z",
"iopub.status.idle": "2024-04-19T17:42:27.137290Z",
"shell.execute_reply": "2024-04-19T17:42:27.136791Z"
}
},
"outputs": [],
"source": [
"from circuit_knitting.utils.simulation import ExactSampler\n",
Expand All @@ -106,7 +134,14 @@
"cell_type": "code",
"execution_count": 5,
"id": "7019d781",
"metadata": {},
"metadata": {
"execution": {
"iopub.execute_input": "2024-04-19T17:42:27.139638Z",
"iopub.status.busy": "2024-04-19T17:42:27.139267Z",
"iopub.status.idle": "2024-04-19T17:42:27.151495Z",
"shell.execute_reply": "2024-04-19T17:42:27.150902Z"
}
},
"outputs": [],
"source": [
"results = {\n",
Expand All @@ -132,7 +167,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.13"
"version": "3.9.19"
}
},
"nbformat": 4,
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .doctrees/release-notes.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified .doctrees/stubs/circuit_knitting.cutting.cutqc.build.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified .doctrees/stubs/circuit_knitting.cutting.cutqc.verify.doctree
Binary file not shown.
Binary file not shown.
Binary file modified .doctrees/stubs/circuit_knitting.cutting.qpd.WeightType.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified .doctrees/stubs/circuit_knitting.utils.metrics.HOP.doctree
Binary file not shown.
Binary file modified .doctrees/stubs/circuit_knitting.utils.metrics.MAPE.doctree
Binary file not shown.
Binary file modified .doctrees/stubs/circuit_knitting.utils.metrics.MSE.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified _images/circuit_cutting_how-tos_how_to_specify_cut_wires_17_0.png
Binary file modified _images/circuit_cutting_how-tos_how_to_specify_cut_wires_3_0.png
Binary file modified _images/circuit_cutting_how-tos_how_to_specify_cut_wires_5_0.png
Binary file modified _images/circuit_cutting_how-tos_how_to_specify_cut_wires_9_0.png
Diff not rendered.
Loading

0 comments on commit b795404

Please sign in to comment.