logo

Expression of type Qcircuit

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 ExprRange, IndexedVar, U, Variable, VertExprArray, i, m
from proveit.numbers import Interval, one
from proveit.physics.quantum import var_ket_psi
from proveit.physics.quantum.circuits import MultiQubitElem, Output, Qcircuit
In [2]:
# build up the expression from sub-expressions
sub_expr1 = Variable("_a", latex_format = r"{_{-}a}")
expr = Qcircuit(vert_expr_array = VertExprArray(ExprRange(sub_expr1, IndexedVar(U, sub_expr1), one, i).with_front_expansion(1), [ExprRange(sub_expr1, MultiQubitElem(element = Output(state = var_ket_psi, part = sub_expr1), targets = Interval(one, m)), one, m)]))
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())
\begin{array}{c} \Qcircuit@C=1em @R=.7em{
& \gate{\begin{array}{c} \uparrow \\U_{1} \\ \downarrow\end{array}} & \gate{\begin{array}{c} \uparrow \\\cdots \\ \downarrow\end{array}} & \gate{\begin{array}{c} \uparrow \\U_{i} \\ \downarrow\end{array}} & \qout{\lvert \psi \rangle}
} \end{array}
In [5]:
stored_expr.style_options()
namedescriptiondefaultcurrent valuerelated methods
spacingchange the spacing of a circuit using the format '@C=1em @R=.7em' where C is the column spacing and R is the row spacing@C=1em @R=.7em@C=1em @R=.7em
In [6]:
# display the expression information
stored_expr.expr_info()
 core typesub-expressionsexpression
0Operationoperator: 1
operands: 2
1Literal
2ExprTuple3, 4
3ExprRangelambda_map: 5
start_index: 23
end_index: 6
4ExprTuple7
5Lambdaparameter: 22
body: 8
6Variable
7ExprRangelambda_map: 9
start_index: 23
end_index: 24
8IndexedVarvariable: 10
index: 22
9Lambdaparameter: 22
body: 12
10Variable
11ExprTuple22
12Operationoperator: 13
operands: 14
13Literal
14NamedExprselement: 15
targets: 16
15Operationoperator: 17
operands: 18
16Operationoperator: 19
operands: 20
17Literal
18NamedExprsstate: 21
part: 22
19Literal
20ExprTuple23, 24
21Variable
22Variable
23Literal
24Variable