Skip to content

Commit

Permalink
Using the new two-letter-codes for reduced vs. full Krylov propagator
Browse files Browse the repository at this point in the history
  • Loading branch information
bsch63 committed Sep 3, 2024
1 parent 18ab5c7 commit c352545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_scripts/Exciton_Krylov/tdse_qe_2.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def exciton_qe_2(batch_mode):
num_steps=100, # number of main time steps
step_size=50, # size of main time steps
sub_steps=20, # number of sub steps
solver='k4', # can be 's2' (symmetrized Euler) or 'sm' (Strang-Marchuk splitting) or ...
solver='r4', # 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=8, # max rank of solution
repeats=50, # number of sweeps (implicit ODE solvers only!)
Expand Down

0 comments on commit c352545

Please sign in to comment.