-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Higher order product formulas for double bracket rotations in the dbi model #1341
Comments
Hi @Tellememe thanks for adding. @wrightjandrew cf the updated issue content for your #1342 Ashwinie can you next
|
https://arxiv.org/pdf/2111.12177 the |
Symmetry Relations for Group CommutatorsFor
For
By exchanging the operators,
Compared with the |
Higher Order Product Formula for DBR in the DBI Model
The third order product formula is given by:
$S_3 := e^{x\hat{A}\frac{\sqrt{5}-1}{2}}e^{x\hat{B}\frac{\sqrt{5}-1}{2}}e^{-x\hat{A}}e^{ -x\hat{B}\frac{\sqrt{5}+1}{2}}e^{x\hat{A}\frac{3-\sqrt{5}}{2}}e^{x\hat{B}} = e^{x^2[\hat{A},\hat{B}]} + \mathcal{O}(x^4)$
where$\hat{A}$ and $\hat{B}$ are arbitrary Hermitian operators.
In the context of DBI, we previously implemented the following second-order product formula which we call GCI:
Diagonalization Routine for GCI algorithm
Input
Output
$\hat{H}_K$ : Final (diagonalized) Hamiltonian
Procedure
Below, I have attached my Jupyter Notebook files in which I studied the higher-order product formula (notably, the 3rd-order product formula) implementation in the DBI algorithm:
1. Multiple DBR steps for product formula orders 2 and 3.
DBR _higher_order_PF.pdf
2. Error scale plots for product formula orders 2 and 3.
Error Scale.pdf
3. DBI implementation for order 3.
DBI _higher_order_PF-copy.pdf
If there are any discrepancies between my typed equations and the manuscript, do let me know.
~Ashwinie
The text was updated successfully, but these errors were encountered: