Wolfram.com
WolframAlpha.com
WolframCloud.com
Wolfram Language
Example Repository
Ready-to-use examples for the Wolfram Language
Primary Navigation
Categories
Astronomy
Audio Processing
Calculus
Chemistry
Computer Science
Computer Vision
Control Systems
Creative Arts
Data Science
Engineering
Finance & Economics
Food & Nutrition
Geography
Geometry
Graphs & Networks
Image Processing
Life Sciences
Machine Learning
Mathematics
Optimization
Physics
Presentation & Publication
Puzzles and Recreation
Quantum Computation
Signal Processing
Social Sciences
System Modeling
Text & Language Processing
Video Processing
Visualization & Graphics
Alphabetical List
Submit a New Resource
Related Pages
Related Categories
Computer Science
Physics
Quantum Computation
Numeric Evolution of a Quantum State
Example Notebook
Open in Cloud
Download Notebook
Evolve a quantum state in time, numerically
In the Wolfram Quantum Framework, quantum objects and operations can be defined symbolically and also numerically. In this regard, time evolution of quantum systems can be treated both symbolically and numerically.
Install and load the QuantumFramework paclet:
I
n
[
1
]
:
=
P
a
c
l
e
t
I
n
s
t
a
l
l
[
"
W
o
l
f
r
a
m
/
Q
u
a
n
t
u
m
F
r
a
m
e
w
o
r
k
"
]
N
e
e
d
s
[
"
W
o
l
f
r
a
m
`
Q
u
a
n
t
u
m
F
r
a
m
e
w
o
r
k
`
"
]
G
i
v
e
n
a
t
i
m
e
-
i
n
d
e
p
e
n
d
e
n
t
H
a
m
i
l
t
o
n
i
a
n
a
s
0
.
2
σ
x
+
0
.
8
σ
y
,
f
i
n
d
t
h
e
q
u
a
n
t
u
m
s
t
a
t
e
a
t
a
l
a
t
e
r
t
i
m
e
,
w
i
t
h
|
ψ
0
〉
=
|
0
〉
:
I
n
[
2
]
:
=
ψ
f
=
Q
u
a
n
t
u
m
E
v
o
l
v
e
[
Q
u
a
n
t
u
m
O
p
e
r
a
t
o
r
[
.
2
"
X
"
+
.
8
"
Y
"
]
,
{
t
,
0
,
3
}
]
O
u
t
[
2
]
=
Q
u
a
n
t
u
m
S
t
a
t
e
P
u
r
e
s
t
a
t
e
Q
u
d
i
t
s
:
1
T
y
p
e
:
V
e
c
t
o
r
D
i
m
e
n
s
i
o
n
:
2
P
i
c
t
u
r
e
:
S
c
h
r
ö
d
i
n
g
e
r
Visualize the trajectory in a Bloch sphere:
I
n
[
3
]
:
=
L
i
s
t
A
n
i
m
a
t
e
[
T
a
b
l
e
[
ψ
f
[
t
]
[
"
B
l
o
c
h
P
l
o
t
"
]
,
{
t
,
0
,
3
,
.
1
}
]
]
O
u
t
[
3
]
=
G
i
v
e
n
a
t
i
m
e
-
d
e
p
e
n
d
e
n
t
H
a
m
i
l
t
o
n
i
a
n
a
s
c
o
s
(
0
.
2
t
)
σ
x
+
s
i
n
(
0
.
8
t
)
σ
y
,
f
i
n
d
t
h
e
q
u
a
n
t
u
m
s
t
a
t
e
a
t
t
h
e
l
a
t
e
r
t
i
m
e
,
w
i
t
h
|
ψ
0
〉
=
|
0
〉
:
I
n
[
4
]
:
=
ψ
f
=
Q
u
a
n
t
u
m
E
v
o
l
v
e
[
C
o
s
[
.
2
t
]
Q
u
a
n
t
u
m
O
p
e
r
a
t
o
r
[
"
X
"
]
+
S
i
n
[
.
8
t
]
Q
u
a
n
t
u
m
O
p
e
r
a
t
o
r
[
"
Y
"
]
,
{
t
,
0
,
1
0
}
]
O
u
t
[
4
]
=
Q
u
a
n
t
u
m
S
t
a
t
e
P
u
r
e
s
t
a
t
e
Q
u
d
i
t
s
:
1
T
y
p
e
:
V
e
c
t
o
r
D
i
m
e
n
s
i
o
n
:
2
P
i
c
t
u
r
e
:
S
c
h
r
ö
d
i
n
g
e
r
Show the evolution of the Bloch Cartesian coordinates:
I
n
[
5
]
:
=
L
i
s
t
P
l
o
t
T
r
a
n
s
p
o
s
e
[
T
a
b
l
e
[
ψ
f
[
t
]
[
"
B
l
o
c
h
C
a
r
t
e
s
i
a
n
C
o
o
r
d
i
n
a
t
e
s
"
]
,
{
t
,
0
,
1
0
,
.
1
}
]
]
,
O
u
t
[
5
]
=
x
y
z
See Also
Wolfram/QuantumFramework
Symbolic Evolution of a Quantum State
Publisher Information
Contributed by:
Wolfram Research, Quantum Computation Framework Team