Search found 1 match
- 11 Feb 2026, 16:11
- Forum: HowTos and FAQ for TeNPy
- Topic: How to deal with TDVP engines for time-dependent models
- Replies: 0
- Views: 24
How to deal with TDVP engines for time-dependent models
Hi, I am currently studying the time evolution of a time-dependent Hamiltonian. However, I am unsure how to properly update the Hamiltonian parameters at each time step. Below is my current implementation: def simulation(psi_init, model_parameter, tdvp_params, times, A): J0 = model_parameter.get('J'...