Skip to content

Commit 8896bb1

Browse files
authored
Delete broken example (#91)
1 parent 763245f commit 8896bb1

File tree

4 files changed

+5
-34
lines changed

4 files changed

+5
-34
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ITensorMPS"
22
uuid = "0d1a4710-d33b-49a5-8f18-73bdf49b47e2"
33
authors = ["Matthew Fishman <[email protected]>", "Miles Stoudenmire <[email protected]>"]
4-
version = "0.3.0"
4+
version = "0.3.1"
55

66
[deps]
77
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[deps]
2+
ITensorMPS = "0d1a4710-d33b-49a5-8f18-73bdf49b47e2"
3+
ITensors = "9136182c-28ba-11e9-034c-db9fb085ebd5"

examples/gate_evolution/mpo_gate_evolution.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ function main(; N=10, cutoff=1E-8, δt=0.1, ttotal=5.0)
5757
rho = apply(gates, rho; cutoff, apply_dag=true)
5858
t += δt
5959
end
60-
@show inner(psi, rho, psi)
60+
@show inner(psi', rho, psi)
6161
@show inner(psi, psi)
6262
@show tr(rho)
6363

examples/gate_evolution/trotter_suzuki_decomposition.jl

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)