Open HamidArianZad opened 1 month ago
Do you use a cluster machine (e.g., supercomputer)? If so, please ask the system administrator how to run jobs (commands) in parallel. In addition, for TeNeS, please make sure that the names of the output directories (output
and tensor_save
) of each job differs for avoiding overwriting.
(i) to increase the number of steps. (ii) to specify an initial state moderately. The initial state can be generated by using Hamiltonian including only magnetic field.
Dear TeNeS Developers,
I would like to run multiple jobs simultaneously in TeNeS, but I am encountering an issue where TeNeS only works when a single job is running. When I attempt to start a second job, TeNeS stops entirely, and even the first job halts. Could you please advise on how to run multiple jobs concurrently?
Additionally, I am working on a frustrated 2D spin-1/2 lattice. When I increase the virtual bond dimension beyond 3 (D > 3), I am unable to achieve convergence, even with a large number of simple update steps (
num_step_table = 4000
) and CTM parameters (iteration_max = 500, dimension >= 25
). The mode is depicted in following figure:Since the TeNeS does not support different exchange couplings in this model, I considered
J0 = J1
and use modified class square lattice :to identify my lattice. Following inputs in simple.toml file is considered:
The code seems work well for
D<=3
andL, W<=3
.Any advice on resolving these issues would be greatly appreciated.
Thank you for your support.