From 6115bd182be600f28305c49e2cf10a86b2d4b4aa Mon Sep 17 00:00:00 2001 From: Vytautas Abramavicius Date: Tue, 2 Jul 2024 12:30:12 +0300 Subject: [PATCH] Docs fix --- docs/content/time_dependent.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/content/time_dependent.md b/docs/content/time_dependent.md index 6fd874744..0c4f0f23c 100644 --- a/docs/content/time_dependent.md +++ b/docs/content/time_dependent.md @@ -3,6 +3,7 @@ For use cases when the Hamiltonian of the system is time-dependent, Qadence prov ```python exec="on" source="material-block" session="getting_started" result="json" from qadence import X, Y, HamEvo, TimeParameter, Parameter, run from pyqtorch.utils import SolverType +import torch # simulation parameters duration = 1.0 # duration of time-dependent block simulation