Search found 2 matches

by phy-jay
05 Dec 2023, 04:09
Forum: Algorithms
Topic: Choosing dt for time evolve
Replies: 1
Views: 23010

Choosing dt for time evolve

Hi, I am doing a periodic boundary Ising model with N sites (say 40 sites) and I am time evolving with the following code: #Time evolution parameters evol_params = { 'N_steps':1, 'compression_method': 'SVD', ### same results for 'SVD' and 'variational' 'trunc_params': {"chi_max": chi,"...
by phy-jay
28 Oct 2023, 23:50
Forum: Implementations
Topic: Entanglement Entropy for len(segment)>20
Replies: 1
Views: 30622

Entanglement Entropy for len(segment)>20

Hi, I am getting an error when I tried to calculate the entropy of a segment whose size is greater than 20 for the TFI model. S_Ags=psi.entanglement_entropy_segment(segment=subregion, first_site=[start_site], n=1) ValueError: too large segment; this is exponentially expensive! How to over-ride this ...