Skip to content

Commit

Permalink
Added notebook documentation for BTC_01_PL
Browse files Browse the repository at this point in the history
  • Loading branch information
gonfeco committed Jan 15, 2024
1 parent 1e736c7 commit 7141f32
Show file tree
Hide file tree
Showing 4 changed files with 620 additions and 356 deletions.
354 changes: 0 additions & 354 deletions tnbs/BTC_01_PL/PL/01_ProbabilityLoadingKernel.ipynb

This file was deleted.

4 changes: 2 additions & 2 deletions tnbs/BTC_01_PL/PL/data_extracting.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,8 @@ def create_qcircuit(prog_q):
circuit : QLM circuit
"""
q_prog = deepcopy(prog_q)
circuit = q_prog.to_circ(submatrices_only=True)#, inline=True)
#q_prog = deepcopy(prog_q)
circuit = prog_q.to_circ(submatrices_only=True)#, inline=True)
return circuit


Expand Down
Loading

0 comments on commit 7141f32

Please sign in to comment.