Search found 1 match

by GRomeroH
13 Sep 2021, 19:39
Forum: Implementations
Topic: TEBD for time-dependent Hamiltonians
Replies: 2
Views: 10856

Re: TEBD for time-dependent Hamiltonians

Hi there, I hope that you are doing well. I found this discussion very helpful. Indeed, I implemented a time-dependent version of the Bose-Hubbard model following the first suggestion for x in range(len(tspan)): t1 = t * np.cos(omegaD * tspan[x]) t2 = t * np.cos(omegaD * tspan[x]) "Full modulat...