You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -181,7 +181,7 @@ Above, ``\hat{C}_i`` represent the collapse operators related to pure dissipatio
181
181
- `rng`: Random number generator for reproducibility.
182
182
- `ntraj`: Number of trajectories to use.
183
183
- `ensemble_method`: Ensemble method to use. Default to `EnsembleThreads()`.
184
-
- `prob_func`: Function to use for generating the ODEProblem.
184
+
- `prob_func`: Function to use for generating the SDEProblem.
185
185
- `output_func`: a `Tuple` containing the `Function` to use for generating the output of a single trajectory, the (optional) `ProgressBar` object, and the (optional) `RemoteChannel` object.
186
186
- `progress_bar`: Whether to show the progress bar. Using non-`Val` types might lead to type instabilities.
187
187
- `kwargs`: The keyword arguments for the ODEProblem.
@@ -204,7 +204,7 @@ function smesolveEnsembleProblem(
@@ -295,7 +295,7 @@ Above, ``\hat{C}_i`` represent the collapse operators related to pure dissipatio
295
295
- `rng`: Random number generator for reproducibility.
296
296
- `ntraj`: Number of trajectories to use.
297
297
- `ensemble_method`: Ensemble method to use. Default to `EnsembleThreads()`.
298
-
- `prob_func`: Function to use for generating the ODEProblem.
298
+
- `prob_func`: Function to use for generating the SDEProblem.
299
299
- `output_func`: a `Tuple` containing the `Function` to use for generating the output of a single trajectory, the (optional) `ProgressBar` object, and the (optional) `RemoteChannel` object.
300
300
- `progress_bar`: Whether to show the progress bar. Using non-`Val` types might lead to type instabilities.
301
301
- `kwargs`: The keyword arguments for the ODEProblem.
0 commit comments