logo

Expression of type Lambda

from the theory of proveit.physics.quantum.circuits

In [1]:
import proveit
# Automation is not needed when building an expression:
proveit.defaults.automation = False # This will speed things up.
proveit.defaults.inline_pngs = False # Makes files smaller.
%load_expr # Load the stored expression as 'stored_expr'
# import Expression classes needed to build the expression
from proveit import A, ExprRange, Function, IndexedVar, Lambda, R, Variable, k, p
from proveit.logic import InvImage
from proveit.numbers import one
from proveit.physics.quantum.circuits import MultiQubitElem
In [2]:
# build up the expression from sub-expressions
sub_expr1 = Variable("_b", latex_format = r"{_{-}b}")
sub_expr2 = Variable("_a", latex_format = r"{_{-}a}")
sub_expr3 = [Function(p, [sub_expr1]), sub_expr2]
expr = Lambda(sub_expr1, [ExprRange(sub_expr2, MultiQubitElem(element = IndexedVar(A, sub_expr3), targets = Function(InvImage(p), [IndexedVar(R, sub_expr3)])), one, k)])
expr:
In [3]:
# check that the built expression is the same as the stored expression
assert expr == stored_expr
assert expr._style_id == stored_expr._style_id
print("Passed sanity check: expr matches stored_expr")
Passed sanity check: expr matches stored_expr
In [4]:
# Show the LaTeX representation of the expression for convenience if you need it.
print(stored_expr.latex())
{_{-}b} \mapsto \left(\begin{array}{c} \Qcircuit@C=1em @R=.7em{
& & \gate{A_{p\left({_{-}b}\right), 1}~\mbox{on}~p^{\leftarrow}\left(R_{p\left({_{-}b}\right), 1}\right)} & \qw 
} \end{array}, \begin{array}{c} \Qcircuit@C=1em @R=.7em{
& & \gate{A_{p\left({_{-}b}\right), 2}~\mbox{on}~p^{\leftarrow}\left(R_{p\left({_{-}b}\right), 2}\right)} & \qw 
} \end{array}, \ldots, \begin{array}{c} \Qcircuit@C=1em @R=.7em{
& & \gate{A_{p\left({_{-}b}\right), k}~\mbox{on}~p^{\leftarrow}\left(R_{p\left({_{-}b}\right), k}\right)} & \qw 
} \end{array}\right)
In [5]:
stored_expr.style_options()
no style options
In [6]:
# display the expression information
stored_expr.expr_info()
 core typesub-expressionsexpression
0Lambdaparameter: 24
body: 1
1ExprTuple2
2ExprRangelambda_map: 3
start_index: 4
end_index: 5
3Lambdaparameter: 21
body: 7
4Literal
5Variable
6ExprTuple21
7Operationoperator: 8
operands: 9
8Literal
9NamedExprselement: 10
targets: 11
10IndexedVarvariable: 12
indices: 19
11Operationoperator: 13
operand: 17
12Variable
13Operationoperator: 15
operand: 22
14ExprTuple17
15Literal
16ExprTuple22
17IndexedVarvariable: 18
indices: 19
18Variable
19ExprTuple20, 21
20Operationoperator: 22
operand: 24
21Variable
22Variable
23ExprTuple24
24Variable