Skip to content

Commit eb10853

Browse files
committed
fix label for time axis in QFI plot
1 parent 19df052 commit eb10853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

QuantumToolbox.jl/time_evolution/Quantum_Fisher_Information_with_automatic_differentiation.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ Plot the time evolution of the Quantum Fisher Information:
139139
fig = Figure(size=(900, 350))
140140
ax = Axis(
141141
fig[1,1],
142-
xlabel = "iTime",
142+
xlabel = "Time",
143143
ylabel = "Quantum Fisher Information"
144144
)
145145
lines!(ax, ts, QFI_t)

0 commit comments

Comments
 (0)