Skip to content

Commit 6a2cb6d

Browse files
authored
2024-09 docs fixes (#1385)
1 parent 8be25c6 commit 6a2cb6d

3 files changed

Lines changed: 5 additions & 170 deletions

File tree

docs/bloq_infra.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ types (``Register``), and algorithms (``CompositeBloq``).
2424
:maxdepth: 1
2525
:caption: Quantum Computer Architectures:
2626

27-
surface_code/azure_cost_model.ipynb
27+
surface_code/physical_cost_model.ipynb
28+
surface_code/beverland_et_al_model.ipynb
2829
surface_code/thc_compilation.ipynb
2930
surface_code/msft_resource_estimator_interop.ipynb
3031

@@ -35,6 +36,7 @@ types (``Register``), and algorithms (``CompositeBloq``).
3536
_infra/composite_bloq.ipynb
3637
cirq_interop/cirq_interop.ipynb
3738
cirq_interop/t_complexity.ipynb
39+
qref_interop/bartiq_demo.ipynb
3840
_infra/gate_with_registers.ipynb
3941
drawing/graphviz.ipynb
4042
drawing/musical_score.ipynb

qualtran/Protocols.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"\n",
3434
"### Call Graph\n",
3535
"\n",
36-
"You can get a directed-acyclic graph representing the hierarchical decomposition of bloqs by calling `bloq.call_graph()` or direct callees with `bloq.bloq_counts()`. Additional functionality is contained in the `qualtran.resource_counting` module. To implement this protocol, bloq authors can override `Bloq.build_call_graph(...)`. The default fallback uses the decomposition protocol and `build_cbloq_call_graph(...)`. See the full [call graph protocol documentation](./resource_counting/bloq_counts.ipynb) for details.\n",
36+
"You can get a directed-acyclic graph representing the hierarchical decomposition of bloqs by calling `bloq.call_graph()` or direct callees with `bloq.bloq_counts()`. Additional functionality is contained in the `qualtran.resource_counting` module. To implement this protocol, bloq authors can override `Bloq.build_call_graph(...)`. The default fallback uses the decomposition protocol and `build_cbloq_call_graph(...)`. See the full [call graph protocol documentation](./resource_counting/call_graph.ipynb) for details.\n",
3737
"\n",
3838
"### Tensor\n",
3939
"\n",
@@ -65,7 +65,7 @@
6565
"name": "python",
6666
"nbconvert_exporter": "python",
6767
"pygments_lexer": "ipython3",
68-
"version": "3.10.9"
68+
"version": "3.11.8"
6969
}
7070
},
7171
"nbformat": 4,

qualtran/bloqs/arithmetic/conversions/sign_extension.ipynb

Lines changed: 0 additions & 167 deletions
This file was deleted.

0 commit comments

Comments
 (0)