Skip to content

Commit

Permalink
Add docstrings in semiclassical.mcwf
Browse files Browse the repository at this point in the history
  • Loading branch information
david-pl committed Sep 23, 2019
1 parent 5f49cce commit cbc6ddf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/semiclassical.jl
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,9 @@ Calculate MCWF trajectories coupled to a classical system.
before a jump occurs. Default is false.
* `display_afterevent`: Choose whether or not an additional point should be saved
after a jump occurs. Default is false.
* `display_jumps=false`: If set to true, an additional list of times and indices
is returned. These correspond to the times at which a jump occured and
the index of the jump operators with which the jump occured, respectively.
* `kwargs...`: Further arguments are passed on to the ode solver.
"""
function mcwf_dynamic(tspan, psi0::State{B,T}, fquantum, fclassical, fjump_classical;
Expand Down

0 comments on commit cbc6ddf

Please sign in to comment.