Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 1.67 KB

README.md

File metadata and controls

44 lines (34 loc) · 1.67 KB

Trotter-Error-with-Observable

Figure

Observable-Driven Speed-ups in Quantum Simulations. Wenjun Yu, Jue Xu and Qi Zhao, 2024 https://arxiv.org/abs/xxxx

Short-time (light-cone)

Figure

Single local observable, sum of local observables and DQPT

Figure

More details in short_time.ipynb and dqpt_lightcone.ipynb

Random-input (average-case error) with observables

Figure More details in random_input.ipynb

Main Reference

Usage

# Create python environment
conda create --name myenv python=3.10 

# Install requirements
pip install -r ./code/requirements.txt