Target Quantum Systems
The class for target Hamiltonian.
It is a container of the desired piecewise constant evolution.
QSystem
Bases: BaseQuantumEnvironment
A target quantum system.
It contains a list of evolutions (h, t), which represents evolving under h for time duration t.
We also provide a syntax sugar to discretize a continuous-time Hamiltonian.
Source code in SimuQ/simuq/qsystem.py
10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
|