logo

Expression of type ExprRange

from the theory of proveit.physics.quantum.QPE

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 Conditional, ConditionalSet, ExprRange, U, Variable, s, t
from proveit.linear_algebra import MatrixExp
from proveit.logic import Equals, NotEquals, Set
from proveit.numbers import Add, Exp, Interval, Neg, one, two, zero
from proveit.physics.quantum import CONTROL, I
from proveit.physics.quantum.circuits import Gate, 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 = Add(t, one)
sub_expr4 = Add(sub_expr1, t)
expr = ExprRange(sub_expr1, [ExprRange(sub_expr2, ConditionalSet(Conditional(MultiQubitElem(element = CONTROL, targets = Set(sub_expr3)), Equals(sub_expr4, sub_expr2)), Conditional(Gate(operation = I).with_implicit_representation(), NotEquals(sub_expr4, sub_expr2))), one, t).with_case_simplification(), ExprRange(sub_expr2, MultiQubitElem(element = Gate(operation = MatrixExp(U, Exp(two, Neg(sub_expr1))), part = sub_expr2), targets = Interval(sub_expr3, Add(t, s))), one, s)], Add(Neg(t), one), zero).with_decreasing_order().with_case_simplification()
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())
\left(\begin{array}{c} \Qcircuit@C=1em @R=.7em{
& & \gate{CONTROL~\mbox{on}~\left\{t + 1\right\}} & \qw 
} \end{array}, \begin{array}{c} \Qcircuit@C=1em @R=.7em{
& & \qw & \qw 
} \end{array}, \ldots, \begin{array}{c} \Qcircuit@C=1em @R=.7em{
& & \qw & \qw 
} \end{array},\begin{array}{c} \Qcircuit@C=1em @R=.7em{
& & \gate{U^{2^{t - 1}}~\mbox{part}~1~\mbox{on}~\{t + 1~\ldotp \ldotp~t + s\}} & \qw 
} \end{array}, \begin{array}{c} \Qcircuit@C=1em @R=.7em{
& & \gate{U^{2^{t - 1}}~\mbox{part}~2~\mbox{on}~\{t + 1~\ldotp \ldotp~t + s\}} & \qw 
} \end{array}, \ldots, \begin{array}{c} \Qcircuit@C=1em @R=.7em{
& & \gate{U^{2^{t - 1}}~\mbox{part}~s~\mbox{on}~\{t + 1~\ldotp \ldotp~t + s\}} & \qw 
} \end{array}\right), \left(\begin{array}{c} \Qcircuit@C=1em @R=.7em{
& & \qw & \qw 
} \end{array}, \begin{array}{c} \Qcircuit@C=1em @R=.7em{
& & \gate{CONTROL~\mbox{on}~\left\{t + 1\right\}} & \qw 
} \end{array}, \ldots, \begin{array}{c} \Qcircuit@C=1em @R=.7em{
& & \qw & \qw 
} \end{array},\begin{array}{c} \Qcircuit@C=1em @R=.7em{
& & \gate{U^{2^{t - 2}}~\mbox{part}~1~\mbox{on}~\{t + 1~\ldotp \ldotp~t + s\}} & \qw 
} \end{array}, \begin{array}{c} \Qcircuit@C=1em @R=.7em{
& & \gate{U^{2^{t - 2}}~\mbox{part}~2~\mbox{on}~\{t + 1~\ldotp \ldotp~t + s\}} & \qw 
} \end{array}, \ldots, \begin{array}{c} \Qcircuit@C=1em @R=.7em{
& & \gate{U^{2^{t - 2}}~\mbox{part}~s~\mbox{on}~\{t + 1~\ldotp \ldotp~t + s\}} & \qw 
} \end{array}\right), \ldots, \left(\begin{array}{c} \Qcircuit@C=1em @R=.7em{
& & \qw & \qw 
} \end{array}, \begin{array}{c} \Qcircuit@C=1em @R=.7em{
& & \qw & \qw 
} \end{array}, \ldots, \begin{array}{c} \Qcircuit@C=1em @R=.7em{
& & \gate{CONTROL~\mbox{on}~\left\{t + 1\right\}} & \qw 
} \end{array},\begin{array}{c} \Qcircuit@C=1em @R=.7em{
& & \gate{U^{2^{0}}~\mbox{part}~1~\mbox{on}~\{t + 1~\ldotp \ldotp~t + s\}} & \qw 
} \end{array}, \begin{array}{c} \Qcircuit@C=1em @R=.7em{
& & \gate{U^{2^{0}}~\mbox{part}~2~\mbox{on}~\{t + 1~\ldotp \ldotp~t + s\}} & \qw 
} \end{array}, \ldots, \begin{array}{c} \Qcircuit@C=1em @R=.7em{
& & \gate{U^{2^{0}}~\mbox{part}~s~\mbox{on}~\{t + 1~\ldotp \ldotp~t + s\}} & \qw 
} \end{array}\right)
In [5]:
stored_expr.style_options()
namedescriptiondefaultcurrent valuerelated methods
parameterization'implicit' (default for LaTeX formatting) hides the parameter the ExprRange so the parameterization may be ambiguous (e.g., x_{1+1}, ..., x_{n+1}); 'explicit' (default for string formatting) reveals the parameterization (e.g. x_{1+1}, ..x_{k+1}.., x_{n+1}).NoneNone/False('with_explicit_parameterization', 'with_implicit_parameterization', 'with_default_parameterization_style')
front_expansionThe number of instances to display at the front of the range (e.g., before the ellipsis). Default is 2.22('with_front_expansion', 'get_front_expansion')
back_expansionThe number of instances to display at the back of the range (e.g., after the ellipsis). Default is 1.11('with_back_expansion', 'get_back_expansion')
orderThe default order is 'increasing' (a_1 ... a_3) but to represent a 'decreasing' ExprRange (a_6 ... a_2) the order must be set to 'decreasing'increasingdecreasing('with_decreasing_order', 'with_increasing_order')
wrap_positionsposition(s) at which wrapping is to occur; 'n' is after the nth comma.()()('with_wrapping_at',)
case_simplifyIf 'True', simplify formatted instances that are ConditionalSets under proper index assumptionsFalseTrue('with_case_simplification',)
In [6]:
# display the expression information
stored_expr.expr_info()
 core typesub-expressionsexpression
0ExprRangelambda_map: 1
start_index: 2
end_index: 3
1Lambdaparameter: 63
body: 4
2Operationoperator: 55
operands: 5
3Literal
4ExprTuple6, 7
5ExprTuple8, 60
6ExprRangelambda_map: 9
start_index: 60
end_index: 59
7ExprRangelambda_map: 10
start_index: 60
end_index: 51
8Operationoperator: 61
operand: 59
9Lambdaparameter: 42
body: 12
10Lambdaparameter: 42
body: 14
11ExprTuple59
12Operationoperator: 15
operands: 16
13ExprTuple42
14Operationoperator: 29
operands: 17
15Literal
16ExprTuple18, 19
17NamedExprselement: 20
targets: 21
18Conditionalvalue: 22
condition: 23
19Conditionalvalue: 24
condition: 25
20Operationoperator: 32
operands: 26
21Operationoperator: 27
operands: 28
22Operationoperator: 29
operands: 30
23Operationoperator: 31
operands: 35
24Operationoperator: 32
operands: 33
25Operationoperator: 34
operands: 35
26NamedExprsoperation: 36
part: 42
27Literal
28ExprTuple52, 37
29Literal
30NamedExprselement: 38
targets: 39
31Literal
32Literal
33NamedExprsoperation: 40
34Literal
35ExprTuple41, 42
36Operationoperator: 43
operands: 44
37Operationoperator: 55
operands: 45
38Literal
39Operationoperator: 46
operand: 52
40Literal
41Operationoperator: 55
operands: 48
42Variable
43Literal
44ExprTuple49, 50
45ExprTuple59, 51
46Literal
47ExprTuple52
48ExprTuple63, 59
49Variable
50Operationoperator: 53
operands: 54
51Variable
52Operationoperator: 55
operands: 56
53Literal
54ExprTuple57, 58
55Literal
56ExprTuple59, 60
57Literal
58Operationoperator: 61
operand: 63
59Variable
60Literal
61Literal
62ExprTuple63
63Variable