Skip to content

Commit

Permalink
this simulation setup leads to an explosion
Browse files Browse the repository at this point in the history
  • Loading branch information
bsch63 committed May 7, 2024
1 parent 36d60a6 commit 7fd13dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test_scripts/Exciton_Krylov/tdse_qe_2.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ def exciton_qe_2(batch_mode):
hamilton=hamilton, # choice of Hamiltonian, see above
num_steps=100, # number of main time steps
step_size=50, # size of main time steps
sub_steps=10, # number of sub steps
sub_steps=20, # number of sub steps
solver='k4', # can be 's2' (symmetrized Euler) or 'sm' (Strang-Marchuk splitting) or ...
normalize=0, # whether|how to normalize the solution, can be 0|2
max_rank=4, # max rank of solution
max_rank=8, # max rank of solution
repeats=50, # number of sweeps (implicit ODE solvers only!)
threshold=1e-12, # threshold in ALS decomposition
save_file=my_file+'.pic', # if not None, generated data will be saved to this file
Expand Down

0 comments on commit 7fd13dd

Please sign in to comment.