Skip to content

Commit

Permalink
Delete extra tutorial for later PR.
Browse files Browse the repository at this point in the history
  • Loading branch information
fdmalone committed Sep 19, 2023
1 parent 289a6ea commit 4421bfa
Show file tree
Hide file tree
Showing 5 changed files with 58 additions and 780 deletions.
10 changes: 10 additions & 0 deletions dev_tools/autogenerate-bloqs-notebooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
import qualtran.bloqs.basic_gates.toffoli_test
import qualtran.bloqs.basic_gates.x_basis_test
import qualtran.bloqs.basic_gates.z_basis_test
import qualtran.bloqs.chemistry.thc_test
import qualtran.bloqs.factoring.mod_exp
import qualtran.bloqs.factoring.mod_exp_test
import qualtran.bloqs.factoring.mod_mul_test
Expand Down Expand Up @@ -134,6 +135,15 @@
],
directory=f'{SOURCE_DIR}/bloqs/factoring',
),
NotebookSpec(
title='Tensor Hypercontraction',
module=qualtran.bloqs.chemistry.thc,
gate_specs=[
BloqNbSpec(qualtran.bloqs.chemistry.thc_test._make_uniform_superposition),
BloqNbSpec(qualtran.bloqs.chemistry.thc_test._make_prepare),
],
directory=f'{SOURCE_DIR}/bloqs/chemistry',
),
]


Expand Down
Loading

0 comments on commit 4421bfa

Please sign in to comment.