Scholay

学术搜索 · AI 审稿 · LaTeX 协作

Data and code for "Spin-incoherent Mott-Thouless pumps"

作者:Ajesh Kumar, Urban F. P. Seifert, Erez Berg, Achim Rosch · 发表于:arXiv (Cornell University) · 年份:2026 · DOI:10.5281/zenodo.22100124 · 研究领域:Quantum many-body systems、Advanced Thermodynamics and Statistical Mechanics、Quantum and electron transport phenomena

================================================================================CODE AND DATA REPOSITORY================================================================================ This repository contains the numerical simulation scripts, figure-generation code, and datasets associated with the manuscript: "Spin-incoherent Mott-Thouless Pumps"by Ajesh Kumar, Urban F. P. Seifert, Erez Berg, and Achim Rosch. ================================================================================DIRECTORY STRUCTURE================================================================================ ├── codes/│ ├── quarter_filling.py│ ├── extract_J.py│ ├── half_filling.py│ └── figure_generation/│ ├── fig2.py│ ├── fig7.py│ └── ...└── data/ ├── fig_data_2.txt ├── fig_data_7.txt └── ... ================================================================================FOLDER: codes/================================================================================ 1. Simulation Scripts---------------------quarter_filling.py Simulates the time evolution of exact eigenstates of the initial Hamiltonian at quarter-filling and calculates the time-dependent pumped charge by integrating the current over time. Parallelized across parameter grids of Hubbard interaction strength (U) and drive frequency (omega). - Data generated for: Figures 2, 9, 10, 11, and 12. extract_J.py Calculates effective spin-exchange couplings at quarter-filling using a three-site cluster. Projects the full many-body Hamiltonian o...